home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Atlas.dir / 00120_Script_120 < prev    next >
Text File  |  2001-01-26  |  246b  |  15 lines

  1. Global  gmaploc
  2. on exitFrame
  3.   repeat with x in[10,11,20,21,22,23,24,25,26,27,28,29,30]
  4.     if rollover(x) then
  5.       roll x
  6.     else
  7.       unroll x
  8.     end if
  9.   end repeat
  10.   
  11.   go the frame
  12.   set gmaploc = the loc of sprite 1
  13. end
  14.  
  15.